/*顶部底部样式*/
html, body {
    width: 100%;
    height: 100%
}
body {
    background-color: #fbf7f7;
    line-height: 24px;
    min-width: 1200px;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.text{
    height: 200px;
}
.top-box{
    height: 130px;
    display: flex;
    justify-content: space-between;
}
.top-logo {
    display: flex;
    width: 340px;
    height: 130px;
    align-items: center;
}
.top-logo > img {
    width: 270px;
    height: 80px;
}
.top-logo2 {
    display: flex;
    width: 450px;
    height: 130px;
    align-items: center;
}
.top-logo2> img {
    width: 430px;
    height: 80px;
}
.input-box {
    margin: auto 0;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.dh{
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
}
.dh span{
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #9e1714;
    text-align: right;
}
.table4_list2 {
    position: absolute;
    top: -34%;
    left: 42%;
    z-index: 3;
}
.table4_list3 {
    position: absolute;
    top: -34%;
    left: 42%;
    z-index: 3;
}

.table4_list2 ul li {
    line-height: 40px;
}
.table4_list3 ul li {
    line-height: 40px;
}
.dh_bottom {
    border: 1px solid #fcefc1;
    height: 36px;
    width: 195px;
    text-align: center;
    font-size: 14px;
    color: black;
    background-color: #FFFFFF;
}
.ss {
    margin-top: 10px;
    position: relative;
}
.ss .input-box2 {
    width: 350px;
    height: 38px;
    border: 2px solid #c57472;
    border-radius: 12px;
    font-size: 18px;
    padding-left: 10px;
    z-index: 1;
}
.input-box2 button {
    position: absolute;
    right: 0;
    top: 2px;
    width: 70px;
    height: 38px;
    border-radius: 12px;
    border: 2px solid #9e1714;
    background: url(../../image/jiuquanshi/sousuo.png) no-repeat center #9e1714;
    z-index: 1;
    cursor: pointer;
}
.ss .input-text {
    width: 275px;
    font-size: 16px;
    height: 36px;
    display: block;
    background-color: unset;
}
.nav_box{
    background-color: #9e1714;
    height: 130px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.nav_content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.nav_group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 18px;
    position: relative;
    box-sizing: border-box;
}
.nav_group::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2px;
    height: 70px;
    background-color: #b0130f;
    transform: translate(-50%, -50%);
}
.nav_group:nth-child(1){
    flex-basis: 50%;
}
.nav_group:nth-child(4)::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2px;
    height: 70px;
    background-color: #9e1714;
    transform: translate(-50%, -50%);
}
.class_item{
    font-size: 18px;
    color: #FFFFFF;
    padding: 5px 14px;
    -webkit-transition: all .2s;
    position: relative;
    border-radius: 20px;
}
.class_item > a{
    font-size: 18px;
    color: #FFFFFF;
}

/*底部样式*/
.bottom {
    background-color: #9e1714;
    height: 240px;
    width: 100%;
    position: relative;

}
.bot_f {
    display: flex;
    height: 40px;
    width: 760px;
    padding-top:20px;
    margin: 0 auto;
    justify-content: space-between;
}
.bot_f div img {
    width: 20px;

}
.bot_f div span a{
    color: #FFFFFF;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    line-height: 30px;
    padding-left: 5px;
}
.bot_s {
    height: 100px;
    width: 100%;
    margin: 5px auto;
}
.bot_s div {
    display: flex;
    justify-content: center;
}
.bot_s div span {
    font-size: 14px;
    color: #FFFFFF;
    padding: 3px 10px;
    letter-spacing: 2px;
}
.bot_s div span >a {
    font-size: 14px;
    color: #FFFFFF;
    padding: 3px 10px;
    letter-spacing: 2px;
}
.bot_t {
    height: 69px;
    width: 600px;
    margin: -13px auto;
    display: flex;
    justify-content: space-between;
}
.bot_t div {
    margin: auto 0;
}
